By default, only the literal value is extracted and matched to an tag name in the vault. Optional prefix and suffix text strings can be concatenated with the values when they are saved in the Meridian Enterprise property. The value of the prefix and suffix text is retrieved from other Meridian Enterprise properties for the same drawing from which the values are extracted.
To configure a tag name prefix or suffix:
Under the TagListProperty setting described in Configuring the AutoCAD link, specify the property names by adding TagPrefixPropertyDef or TagPostfixPropertyDef settings using the following syntax:
TagPrefixPropertyDef=<PropertySetName.PropertyName>
TagPostfixPropertyDef=<PropertySetName.PropertyName>
Note You may include separator characters as literal text in these settings, if necessary. For example, to produce a prefix like D0000_, you would type the following:
TagPrefixProperty=<PropertySetName.PropertyName>_
To perform character substitutions or to exclude characters, see Configuring tag filters.